GtkDialog: Reduce a g_warning to a g_message
authorMatthias Clasen <mclasen@redhat.com>
Sat, 3 May 2014 00:47:56 +0000 (20:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 3 May 2014 00:47:56 +0000 (20:47 -0400)
Otherwise, this breaks our testsuite.

gtk/gtkdialog.c

index bf41fb496d1a3ba108ef178afda9b9dd49170e88..a762be6c52a29afdfe7f9977def88ca66e1a18eb 100644 (file)
@@ -794,7 +794,7 @@ gtk_dialog_map (GtkWidget *widget)
   GtkDialog *dialog = GTK_DIALOG (widget);
 
   if (gtk_window_get_transient_for (window) == NULL)
-    g_warning ("GtkDialog mapped without a transient parent. This is discouraged.");
+    g_message ("GtkDialog mapped without a transient parent. This is discouraged.");
 
   GTK_WIDGET_CLASS (gtk_dialog_parent_class)->map (widget);